/*body {
    font-family: Arial, "Microsoft JhengHei", sans-serif;
    color: #333;
    line-height: 1.6;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}*/

.product-introduction-title2 {
    color: #F7D302; 
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #F7D302;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.frame-top-intro2 {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.SiC-Powder-All2 {
    width: 300px;
    height: auto;
    object-fit: contain;
}

.introduction2 {
    font-size: 14px;
    color: #555;
    text-align: justify;
}

.applications-topic {
    font-size: 20px;
    color: #11317B; 
    font-weight: bold;
    margin: 30px 0 15px 0;
}

.applications-img1 {
    width: 100%;                
    margin-bottom: 25px;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
  }
  th {
    color: #11317B; 
    text-align: left;
    padding: 15px 10px;
    border-bottom: 2px solid #3b5998;
  }
  td {
    padding: 20px 10px;
    vertical-align: top;
    line-height: 1.4;
    border-bottom: 1px solid #ccc;
  }
  .row-label {
    font-weight: bold;
    color: #3b5998;
    width: 20%;
  }
